@font-face {
    font-family:DMSans;
    src: url('../fonts/DM Sans/DMSans-Bold.ttf'),
    url('../fonts/DM Sans/DMSans-BoldItalic.ttf'),
    url('../fonts/DM Sans/DMSans-Italic.ttf'),
    url('../fonts/DM Sans/DMSans-Medium.ttf'),
    url('../fonts/DM Sans/DMSans-MediumItalic.ttf'),
    url('../fonts/DM Sans/DMSans-Regular.ttf');
}
@font-face {
    font-family:Marcellus;
    src: url('../fonts/Marcellus/Marcellus-regular.ttf');
}
.wwu-container-top.row {
    margin-top: 2em;
}

h1.wwu-title {
    font-size: 2.3rem;
    font-weight: normal;
    color: #0007c2;
    padding-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
    text-transform: uppercase;
}

.wwu-description p {
    margin-bottom: 0.5em;
}

.wwu-description p, .wwu-description li {
    color: #0007c2;
    font-size: 1rem;
    line-height: 1.5125rem;
    margin: 18px auto;
    max-width: 1140px;
}

.wwu-description ul {
    margin-top: 1em;
}

.work_with_us_main_container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    object-fit: cover;
    justify-content: center;
}
.work_with_us_main_container_text{
    color: white;
    margin-left: 2rem;
    font-size: 80px;
}

.work_with_us_main_container_img{
    min-width: 173px;
    min-height: 500px;
    max-width: 350px;
    max-height: 550px;
    margin-right: 2rem;
    object-fit: cover;

}

.wwu-description li {
    list-style: disc;
    margin-left: 2em;
}

.wwu-container-midle {
    margin-top: 2em;
    margin-bottom: 3em;
}

.wwu-job-offer {
    margin-top: 2em;
}

h3.wwu-job-offer-title {
    font-size: 1.25em;
    color: #0007c2;
    font-weight: 600;
    border-bottom: 1px solid #0007c2;
}

.wwu-job-offer-details {
    color: #0007c2;
    font-size: 13px;;
    border-bottom: 1px solid #0007c2;
    display: flex;
    padding: 0.9em 0;
}

.wwu-job-offer-detail-number {
    padding-left: 2.3em;
    display: flex;
    align-items: center;
}

.wwu-job-offer-detail-number:before {
    width: 20px;
    height: 20px;
    content: " ";
    position: absolute;
    left: 0;
    background-image: url("../img/ico-emprego-vacante.svg");

}
.img-responsive {
    display: block;
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.job-image-container{
    display: flex;
    justify-content: center;
}
.wwu-job-offer-detail-place {
    display: flex;
    align-items: center;
}

.wwu-job-offer-detail-place:before {
    width: 30px;
    height: 30px;
    content: " ";
    position: absolute;
    left: -10px;
    top: -2px;
    background-image: url("../img/ico-emprego-pin.svg");

}

.wwu-job-offer-detail-type_schedule {
    padding-left: 2.3em;
    display: flex;
    align-items: center;
}

.wwu-job-offer-detail-type_schedule:before {
    width: 20px;
    height: 20px;
    content: " ";
    position: absolute;
    left: 0;
    background-image: url("../img/ico-emprego-horario.svg");
}

.wwu-job-offer-detail-btn {
    display: flex;
}

.wwu-job-offer-detail-btn a {
    text-align: revert;
    font-size: 1em;
    color: #8a8a8a;
    border-color: #8a8a8a;
    padding: 0.3rem 1rem;
    margin: auto;
}

.wwu-job-offer-detail-btn a:hover {
    color: #fff;
    background-color: #0007c2;
    border-color: #0007c2;
}

form.wwwu-contacto .form-group {
    margin-top: 4em;
    padding-bottom: 1px;
    margin-bottom: 3.2em;
}

form.wwwu-contacto h2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #0007c2;
    padding-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
}

form.wwwu-contacto input[type=text], form.wwwu-contacto input[type=email], form.wwwu-contacto input[type=file] {
    background-color: white;
    border-bottom: 1px solid #0007c2 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 1px;
    font-size: 80%;
    background: #f8f6f2;
    color: #0007c2;
    padding: 0.5rem 1rem;
    border-radius: 0;

}
.form-control::placeholder{
    color: #0007c2;
}
form.wwwu-contacto .bootstrap-filestyle .btn {
background: #0007c2;
padding: 0.53rem 1rem;
}

form.wwwu-contacto .form-control-comment {
font-size: 0.7em;
text-align: right;
color:#0007c2;
}

form.wwwu-contacto label.custom-file-label {
color: #0007c2;
position: absolute;
top: 7px;
z-index: 100;
font-size: 12px;
cursor: not-allowed;
}

form.wwwu-contacto input[type=submit] {

    float: right;
}
.wwu-form-data-protection-text p {
font-size: 0.6em;
color: #0007c2;
line-height: initial;
}

form.wwwu-contacto .wwu-form-data-protection-text {
margin-top: 3rem;
}

form.wwwu-contacto .acceptprotection {
color: #0007c2;
font-size: 77%;
font-weight: 500;
margin-right: -15px;
display: inline-block;
}

.work-with-us-notification {
margin-top: 0.5em;
margin-bottom: 2em;
}

.work-with-us {

}


form.wwwu-contacto .bootstrap-filestyle .form-control {
text-align: right;
}

/**
** DETALLE
*/

.wwu-container-top h1.wwu-detail-title {
    text-transform: none;
    margin-bottom: 1.5em;
    font-size: 3rem;
    font-weight: 500;
    color: #0007c2;
    padding-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
}
.job-detail-description{
    margin-bottom: 5rem;
}
.wwu-container-top h3.wwu-job-offer-detail-title {
    color: #0007c2;
    font-weight: 600;
    border-bottom: 1px solid #0007c2;
    font-size: 1.25em;
    margin-top: 1.4em;
}


.g-recaptcha iframe {
    transform: scale(0.84);
    transform-origin: 0 0;
}

.bootstrap-filestyle span.buttonText {
    font-weight: bold;
    text-transform: none;
    font-size: 1.2em;
}
#wrapper .breadcrumb-bar{
    margin-left: 7rem;
}
.wwu-job-offer-detail-number img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 1rem;
}
.wwu-job-offer-detail-place img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 1rem;
}
.wwu-job-offer-detail-type_schedule img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 1rem;
}
.text-right{
    float: right;

}
.form-check.text-right{
    width: 70%;
    text-align: end;
}
.form-check-label{
    padding-left: .5rem;
}
.g-recaptcha iframe {
    transform: scale(1);
    transform-origin: 0 0;
}

.g-recaptcha{
    float: right;
}
@media (max-width: 1875px){
    .wwu-job-offer-details {
        color: #0007c2;
        font-size: 13px;
        border-bottom: 1px solid #0007c2;
        display: flex;
        padding: 0.9em 0;
        flex-direction: column;
    }
    .wwu-job-offer-detail-place img {
        width: 25px;
        height: 25px;
        object-fit: cover;
        margin-right: 1rem;
    }
    .wwu-job-offer-detail-number img {
        width: 25px;
        height: 25px;
        object-fit: cover;
        margin-right: 1rem;
    }
    .wwu-job-offer-details>div{
        padding-left: 1rem;
        width: 100%;
    }
    .wwu-job-offer-detail-number:before{
        display: none;
    }
    .wwu-job-offer-detail-place:before{
        display: none;
    }
    .wwu-job-offer-detail-type_schedule:before{
        display: none;
    }
    .wwu-job-offer-detail-btn a {
        text-align: center;
        font-size: 1em;

        padding: 0.3rem 1rem;
        width: 40%;
        display: block;
        margin: auto;
        margin-top: 1rem;
    }

}
@media (max-width: 1025px){
    .wwu-job-offer-detail-btn a {
        text-align: center;
        font-size: 1em;
        color: #8a8a8a;
        border-color: #8a8a8a;
        padding: 0.3rem 1rem;
        margin: 0;
        width: 100%;
        margin-top: 1rem;
    }
    form.wwwu-contacto .form-group {
        margin-top: 4em;
        padding-bottom: 1px;
        margin-bottom: 2rem;
    }
    .wwu-form-data-protection-text p {
        font-size: 0.6em;
        line-height: initial;
        padding-top: 1rem;
    }
    .job-image-container>img{
        padding-top: 1rem;
    }
}
@media (max-width: 800px){
    .form-check.text-right{
        float: left;
        margin-top: 1rem;
        text-align: start;
        width: 100%;
    }
    form.wwwu-contacto input[type=submit] {
        float: right;
        width: 100%;
        margin-bottom: 1rem;
    }
}
#wrapper .breadcrumb-bar {
    width: 1680px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}