/*.bannerJobSearch {*/
/*    background: url(/assets/img/jobSearch.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover !important;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 392px;*/
/*}*/

.bannerJobSearch {
    /*background: url(/assets/img/jobSearch.png);*/
    background: url(/assets/img/header_cercalavoro.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    position: relative;
    width: 100%;
    height: 515px;
    margin-bottom: 5%;
}

.jobSearch {
    background: #cbcbcb;
}
.jobSearch::after {
    display: block;
    content: "";
}
.textJobSearch {
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 50px;
}
button {
    width: 250px;
    height: 35px;
    outline: none;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
#btn-search {
    width: 300px;
    height: 34px;
}
#btn-sendCurriculum:hover {
    color: rgba(6, 71, 179, 1);
    background: #ffffff;
    text-transform: uppercase;
    border: 1px solid rgba(6, 71, 179, 1);
}
#btn-sendCurriculum {
    color: #ffffff;
    background: rgba(6, 71, 179, 1);
    border: none;
}
#btn-details, #btn-search:hover {
    color: rgba(115, 115, 115, 1);
    background: #ffffff;
    text-transform: uppercase;
}
#btn-details:hover, #btn-search {
    color: #ffffff;
    background: rgba(115, 115, 115, 1);
    border: none;
}
.titleDepartment {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #333333;
}
.titlePosition {
    letter-spacing: 0.5px;
    font-weight: 700;
}
.titleJobSearch {
    color: #000000;
    font-weight: 500;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 70px;
}
.titleDetails {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.openerFooter2::before {
    display: block;
    content: "";
}
.bannerCVSpontaneo {
    background: linear-gradient(90deg, #0647B3 0%, #42B7EC 100%);
    height: 40%;
    align-content: center;
    overflow: hidden;
    h2 {
        color: white;
        margin-bottom: 40px;
    }
}

h5 {
    font-size: 18px;
}

select.form-control {
    font-size: 18px;
}