.img-driver{
    display: flex;
    justify-content: center;
    margin-bottom: -368px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.title-driver{
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -2px;
    padding-left: 34px;
}
.section-blue{
    border-radius: 6px 6px 0px 0px;
    background: var(--primary-color);
    opacity: 80%;
    padding: 34px;
}
.header-card{
    max-width: 1119px;
    margin-right: auto;
    margin-left: auto;
}
.question-h2{
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.question-sub{
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-sec-icons{
    text-align: center;
    background: var(--white-txt);
}
.paragraph{
    color: var(--gray-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.card-icons{
    margin-top: 60px;
    margin-bottom: 90px;
}
.card-icons img{
    margin-bottom: 23px;
}
.title-job-dinamics{
    color: var(--gray-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 66px;
}
.section-register{
    background: #F5F5F5;
}
.container-register{
    max-width: 1119px;
    margin-right: auto;
    margin-left: auto;
}
.card-docu{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    width: 100%;
    background: #F5F5F5;
    border: none;
    padding: 5px;
}
.icon-fas-container{
    width: 90px;
    text-align: center;
}
.icon-fas-container i{
    color: var(--secondary-color);
}
.card-docu h2 {
    color: var(--gray-txt);
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-form h2{
    color: var(--gray-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.title-form {
    padding: 54px;
}
.form-register input{
    display: block;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: var(--white-txt);
    height: 50px;
    margin-bottom: 12px;
}
.form-register input{
    color: var(--gray-txt);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 28px;
}
.input-display{
    display: flex;
    align-items: center;
}
.input-display .first-input{
    margin-right: 10px;
}
.bottom{
    margin-top: 29px;
}
.button-register button{
    margin-top: 50px;
    display: block;
    width: 100%;
    max-width: 457px;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
    border-radius: 6px;
    background: var(--secondary-color);
    border: var(--secondary-color);
    margin-bottom: 89px;
    text-transform: uppercase;
}
.button-register button{
    color: var(--white-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-download-app{
    text-align: center;
    margin-top: 43px;
}
.section-download-app img{
    width: 200px;
    max-height: 60px;
    margin-bottom: 137px;
}
.section-download-app p {
    color: var(--gray-txt);
    text-align: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-download-app h2 {
    color: var(--gray-txt);
    font-family: var(--primary-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1px;
    margin-top: 110px;
    margin-bottom: 37px;
}
.btn-recruitment{
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    border-radius: 6px;
    background: var(--primary-color);
    border: var(--primary-color);
}
.btn-recruitment a{
    text-transform: uppercase;
    color: var(--white-txt);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.btn-recruitment h6{
    margin-top: 5px;
}

.tooltip-card{
    display: flex;
    align-items: center;
    width: 480px;
    height: auto;
    flex-shrink: 0;
    padding: 20px;
    background: #FFFFFF;
}
.text-card{
    color: var(--gray-txt);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-docu:hover{
    box-shadow: 0px 8px 8px 4px rgba(0, 0, 0, 0.10);
}

.requirements button:focus{
    outline: 0;
}
.tooltip-inner{
    max-width: unset;
    background-color: #FFFFFF;
}
.icon-fas-container i{
    font-size: 26px;
    margin-bottom: 12px;
}
.section-download-app{
    margin: 20px;
}
@media only screen and (max-width: 991.9px){
    .img-driver{
        margin-bottom: -100px;
    }
}